projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0167f7c
)
Fix the annotation for gdk_seat_get_slaves
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 11 Jan 2016 20:04:32 +0000
(15:04 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 11 Jan 2016 20:05:21 +0000
(15:05 -0500)
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=759785
gdk/gdkseat.c
patch
|
blob
|
history
diff --git
a/gdk/gdkseat.c
b/gdk/gdkseat.c
index a871f98c4236372c2dfbd699955b697e27c6456d..8b5d42a01a67d8d9a1df56bf8625f51709204994 100644
(file)
--- a/
gdk/gdkseat.c
+++ b/
gdk/gdkseat.c
@@
-291,7
+291,7
@@
gdk_seat_ungrab (GdkSeat *seat)
*
* Returns the slave devices that match the given capabilities.
*
- * Returns: (transfer container) (element-type Gdk
Seat
): A list of #GdkDevices. The list
+ * Returns: (transfer container) (element-type Gdk
Device
): A list of #GdkDevices. The list
* must be freed with g_list_free(), the elements are owned
* by GDK and must not be freed.
*